home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 January: Mac OS SDK / Dev.CD Jan 96 SDK / Dev.CD Jan 96 SDK1.toast / Development Kits (Disc 1) / AOCE / Development Tools / Sample Code / Messaging Service Access Module / Internet PMSAM / Internet PMSAM source / main.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-01-26  |  414 b   |  22 lines  |  [TEXT/MPS ]

  1. /*----------------------------------------------------------
  2.  
  3. 20/20 Post Office Protocol (3)
  4. Personal Gateway
  5.  
  6. written by Steven Falkenburg-- MacDTS
  7. ©1991 Apple Computer, Inc.
  8.  
  9. ----------------------------------------------------------*/
  10.  
  11. #pragma once
  12.  
  13. #ifndef __TYPES__
  14. #include <Types.h>
  15. #endif
  16.  
  17. void main(void);
  18. void ExitProc(void);
  19. OSErr InitMacStuff(void);
  20. void MainLoop(void);
  21. void SecondaryEventLoop(void);
  22.